Application::DynLoad

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index Return to Main Contents
 

NAME

Application::DynLoad - instance method  

TEMPLATE

success = int DynLoad(char * className)  

SPECIFIERS

public virtual  

DESCRIPTION

DynLoad loads the code of the specified class and links it to the running application. This method is invoked by the Object Input/Output Facility when an unknown class is encountered during object input. If the class has been loaded successfully DynLoad calls the method DynLoadHook with a new instance of the loaded class.
See technote 'Object Input/Output', technote 'Dynamic Loading'. Method is never overridden.  

ARGUMENTS

char * className

name of a class to be loaded
 

RETURN ARGUMENT

int success

indicates success or failure to the Object Input/Output Facility. Zero means failure, anything else means success.
 

CATEGORIES

dynamic loading, overrider interface

 

FIRST DEFINITION

class Application  

FILES

implementation:
Application.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:32 GMT, March 30, 2022